string_format_wrapped

Syntax:

string_format_wrapped(string, width, font, breaks)

Arguments:

Argument Name Type Description
stringstringstring to format
widthrealwidth (in pixels) to wrap at
fontfont(default = current font) if set, this font will be used for measurements
breaksstring(default = '., !?-;:\\n\\/"') characters that allow line breaking

Returns: (string)

Description:

Loading page...

Back: Print
Next: string_pad